Returns an enumerator that iterates through the collection.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Function 
GetEnumerator 
As 
IEnumerator
	
Implements 
IEnumerable.
GetEnumerator
C#
IEnumerator 
IEnumerable.
GetEnumerator()
Visual C++
private:
virtual 
IEnumerator^ 
GetEnumerator() 
sealed = 
IEnumerable::
GetEnumerator
JavaScript
JavaScript does not support explicit
interface implementations.

Return Value

A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator () () ()

See Also